home *** CD-ROM | disk | FTP | other *** search
/ PC World 2006 July & August / PCWorld_2006-07-08_cd.bin / v cisle / acehtml / acehtmlfreeware.exe / acehtmlfree.exe / 0 / RCDATA / TFRMDOCUMENTS / TFRMDOCUMENTS.txt < prev   
Text File  |  2006-04-19  |  3KB  |  148 lines

  1. object frmDocuments: TfrmDocuments
  2.   Left = 402
  3.   Top = 0
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSizeToolWin
  6.   ClientHeight = 364
  7.   ClientWidth = 263
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Shell Dlg 2'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   Icon.Data = {<image000.ico>}
  16.   OldCreateOrder = True
  17.   OnCreate = FormCreate
  18.   OnDestroy = FormDestroy
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object tvDocuments: TTreeView
  22.     Left = 0
  23.     Top = 0
  24.     Width = 263
  25.     Height = 344
  26.     Align = alClient
  27.     HideSelection = False
  28.     Indent = 19
  29.     MultiSelectStyle = []
  30.     RightClickSelect = True
  31.     RowSelect = True
  32.     ShowButtons = False
  33.     ShowLines = False
  34.     ShowRoot = False
  35.     SortType = stData
  36.     TabOrder = 0
  37.     OnChange = tvDocumentsChange
  38.     OnCompare = tvDocumentsCompare
  39.     OnContextPopup = tvDocumentsContextPopup
  40.     OnDragDrop = tvDocumentsDragDrop
  41.     OnDragOver = tvDocumentsDragOver
  42.     OnMouseDown = tvDocumentsMouseDown
  43.     OnMouseMove = tvDocumentsMouseMove
  44.     OnMouseUp = tvDocumentsMouseUp
  45.   end
  46.   object StatusBar1: TdxStatusBar
  47.     Left = 0
  48.     Top = 344
  49.     Width = 263
  50.     Height = 20
  51.     Panels = <
  52.       item
  53.         PanelStyleClassName = 'TdxStatusBarTextPanelStyle'
  54.       end>
  55.     PaintStyle = stpsUseLookAndFeel
  56.     Font.Charset = DEFAULT_CHARSET
  57.     Font.Color = clWindowText
  58.     Font.Height = -11
  59.     Font.Name = 'MS Shell Dlg 2'
  60.     Font.Style = []
  61.   end
  62.   object barMan: TdxBarManager
  63.     AllowReset = False
  64.     Font.Charset = DEFAULT_CHARSET
  65.     Font.Color = clWindowText
  66.     Font.Height = -11
  67.     Font.Name = 'Tahoma'
  68.     Font.Style = []
  69.     Bars = <>
  70.     CanCustomize = False
  71.     Categories.Strings = (
  72.       'Default')
  73.     Categories.ItemsVisibles = (
  74.       2)
  75.     Categories.Visibles = (
  76.       True)
  77.     Images = frmTop.ilmenu
  78.     PopupMenuLinks = <>
  79.     Style = bmsUseLookAndFeel
  80.     UseSystemFont = True
  81.     Left = 190
  82.     Top = 290
  83.     DockControlHeights = (
  84.       0
  85.       0
  86.       0
  87.       0)
  88.     object bbOpenDocument: TdxBarButton
  89.       Caption = 'OpenDocument'
  90.       Category = 0
  91.       Hint = 'OpenDocument'
  92.       Visible = ivAlways
  93.       ImageIndex = 1
  94.       OnClick = miOpenDocumentClick
  95.     end
  96.     object bbCloseDocument: TdxBarButton
  97.       Caption = 'CloseDocument'
  98.       Category = 0
  99.       Hint = 'CloseDocument'
  100.       Visible = ivAlways
  101.       ImageIndex = 2
  102.       OnClick = miCloseDocumentClick
  103.     end
  104.     object bbDockable: TdxBarButton
  105.       Caption = 'Dockable'
  106.       Category = 0
  107.       Hint = 'Dockable'
  108.       Visible = ivAlways
  109.       ButtonStyle = bsChecked
  110.       OnClick = miDockableClick
  111.     end
  112.     object bbClose: TdxBarButton
  113.       Caption = 'Close'
  114.       Category = 0
  115.       Hint = 'Close'
  116.       Visible = ivAlways
  117.       OnClick = miCloseClick
  118.     end
  119.   end
  120.   object popupDocList: TdxBarPopupMenu
  121.     BarManager = barMan
  122.     ItemLinks = <
  123.       item
  124.         Item = bbOpenDocument
  125.         Visible = True
  126.       end
  127.       item
  128.         BeginGroup = True
  129.         Item = bbCloseDocument
  130.         Visible = True
  131.       end
  132.       item
  133.         BeginGroup = True
  134.         Item = bbDockable
  135.         Visible = True
  136.       end
  137.       item
  138.         BeginGroup = True
  139.         Item = bbClose
  140.         Visible = True
  141.       end>
  142.     UseOwnFont = False
  143.     OnPopup = pmPopupPopup
  144.     Left = 110
  145.     Top = 155
  146.   end
  147. end
  148.